home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / examples / patmat.README < prev    next >
Text File  |  1994-04-25  |  2KB  |  55 lines

  1. =============================================================================
  2.     README file for the example files patmat.xxx
  3. =============================================================================
  4.  
  5.  
  6. Description:    This network is a toy pattern matching network,
  7. ============    a feedforward auto-associator network.
  8.  
  9. This network is derived from the letters.net network. Instead of a
  10. classification output layer it has an output layer which is identical
  11. to the input layer. Both are 5x7 matrices of binary values.
  12.  
  13.  
  14. Pattern-Files:    patmat.pat
  15. ==============    
  16.  
  17. The pattern-file patmat.pat contains 6 training patterns only. The
  18. patterns here have binary values of 0 and 1 but SNNS treats all inputs
  19. and outputs as real valued. You may best use this network and pattern
  20. file for your own experiments to generate or modify patterns from the
  21. user interface.
  22.  
  23.  
  24. Network-Files:    patmat.net
  25. ==============    
  26.  
  27. The network contains a trained network file with the following topology:
  28.     35 input neurons
  29.     10 hidden neurons
  30.     35 output neurons
  31.  
  32.  
  33. Config-Files:    patmat.cfg
  34. =============
  35.  
  36. This network uses one 2D display and a 3D display in its standard
  37. configuration.
  38.  
  39.  
  40. Hints:
  41. ======
  42.  
  43. Use this network and pattern file for your own early experiments with
  44. the 2D display network editor. Try all the commands to
  45. insert/delete/modify units and links.
  46.  
  47. Try also to generate this network from scratch with the BIGNET tool
  48. and perform your initial training experiments with it. You don't loose
  49. anything of you accidentally overwrite it.
  50.  
  51.  
  52. =============================================================================
  53.     End of README file
  54. =============================================================================
  55.